body {
  font: 14px/1.5 'microsoft yahei', tahoma, arial, 'Hiragino Sans GB', '\5b8b\4f53', sans-serif;
}
.nux-page-btn {
  text-align: left;
}
.nux-page-btn a {
  color: #333;
}
.nux-page-btn a:hover {
  color: #333;
}
.nux-pagination {
  margin-top: 30px;
  color: #333;
  text-align: center;
}
.nux-pagination .num {
  display: inline-block;
  min-width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin: 0 4px;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  color: #222;
}
.nux-pagination .prev,
.nux-pagination .next,
.nux-pagination .current {
  display: inline-block;
  min-width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin: 0 4px;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  color: #222;
}
.nux-pagination .prev,
.nux-pagination .next {
  padding: 0 5px;
}
.nux-pagination .current {
  background: #0267b9;
  border-color: #0267b9;
  color: #fff;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
}
.header .topbar {
  background: #fafafa;
  height: 30px;
  color: #333;
  font-size: 12px;
  line-height: 30px;
}
.header .topbar .r span {
  margin: 0 6px;
}
.header .s-head {
  height: 124px;
  background: #fff;
}
.header .s-head .l .logo {
  display: block;
  margin-top: 12px;
}
.header .s-head .l .logo img {
  display: block;
}
.header .s-head .l .text {
 /* margin-left: 20px;*/
  margin-top: 35px;
 /* padding-left: 20px;*/
  font-size: 30px;
  color: #000;
  font-weight: bold;
}
.header .s-head .l .text span {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  color: #6a6a6a;
  font-weight: normal;
}
.header .s-head .r {
  margin-top: 44px;
  color: #545454;
}
.header .s-head .r .hotline {
  margin-right: 35px;
  background: url("../images/common/phone.png") no-repeat scroll left center;
  padding-left: 37px;
  color: #0267b9;
  font-weight: 700;
  font-size: 20px;
}
.header .s-head .r .hotline i {
  font-style: normal;
  position: relative;
  top: -1px;
}
.header .s-head .r .hotline span {
  font-size: 25px;
  font-weight: normal;
}
.header .navbar {
  background: #0267b9;
}
.header .navbar .nav:before,
.header .navbar .nav:after {
  content: ' ';
  display: table;
}
.header .navbar .nav:after {
  clear: both;
}
.header .navbar .nav a {
  float: left;
  display: block;
  font-size: 16px;
  width: 16.5%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #0267b9;
  text-align: center;
}
.header .navbar .nav a:hover {
  background: #00589f;
  color: #fff;
}
.header .navbar .nav .active {
  background: #00589f;
  color: #fff;
}
#banner .swiper-slide {
  width: 100%;
  height: 550px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
}
#banner .swiper-button-prev,
#banner .swiper-button-next {
  background-color: rgba(100,100,100,0.5);
  background-image: url("../images/common/arrow.png");
  -webkit-background-size: cover;
          background-size: cover;
  width: 71px;
  height: 71px;
  margin-top: -35px;
  border-radius: 5px;
}
#banner .swiper-button-next {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
#banner .swiper-pagination-bullets {
  bottom: 0;
  height: 62px;
  background: rgba(0,0,0,0.2);
}
#banner .swiper-pagination-bullet {
  opacity: 1;
  width: 12px;
  height: 12px;
  border: solid 1px #fff;
  background: transparent;
  margin-top: 25px;
}
#banner .swiper-pagination-bullet-active {
  background: #fff;
}
footer .link {
  padding: 40px 0 10px 0;
  font-size: 15px;
  color: #999;
}
footer .link:before,
footer .link:after {
  content: ' ';
  display: table;
}
footer .link:after {
  clear: both;
}
footer .link .title {
  float: left;
  color: #00479d;
}
footer .link ul {
  float: left;
  margin-left: 20px;
}
footer .link ul li {
  float: left;
}
footer .link ul li a {
  padding: 0 10px;
  border-right: solid 1px #ccc;
}
footer .link ul li:last-child a {
  border: none;
}
footer .bottom {
  background: #f4f8fc;
  padding: 35px 0;
}
footer .bottom .f-logo img {
  display: block;
}
footer .bottom .text {
  float: left;
  /*margin-left: 40px;*/
}
footer .bottom .text .title {
  font-size: 15px;
      text-align: center;
    width: 1200px;
}
footer .bottom .text ul {
  margin-top: 10px;
  color: #504f4f;
  text-align: center;
}
.backtotop {
  position: fixed;
  display: none;
  z-index: 1000;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  background-image: url("../images/common/back.png");
  bottom: 80px;
  right: 80px;
}
.s-title {
  padding-left: 15px;
  background: url("../images/common/rectangle.png") no-repeat scroll left center;
}
.s-title:before,
.s-title:after {
  content: ' ';
  display: table;
}
.s-title:after {
  clear: both;
}
.s-title .en {
  width: 398px;
  margin: 0 auto;
  margin-top: 5px;
  font-size: 16px;
  color: #c6c6c6;
  text-align: center;
  text-transform: uppercase;
  height: 24px;
  line-height: 24px;
  position: relative;
}
.s-title .l {
  float: left;
  font-size: 24px;
  font-weight: 700;
}
.s-title .l .en {
  text-transform: capitalize;
  font-size: 24px;
  color: #ccc;
  font-weight: 500;
}
.s-title .r {
  float: right;
  text-transform: uppercase;
  font-size: 12px;
  color: #00479d;
  font-weight: 700;
}
#slogan {
  margin-top: 30px;
}
#slogan .wrapper {
  background: #3e526b;
  color: #fff;
  padding: 25px 80px;
}
#slogan .title {
  font-size: 36px;
}
#slogan .desc {
  font-size: 20px;
  height: 70px;
  width: 100%;
  line-height: 35px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#slogan .more {
  margin-top: 10px;
  width: 148px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  display: block;
  background: #008aff;
  font-size: 18px;
}
#product .head {
  background: #fff;
  height: 78px;
  line-height: 78px;
  border-bottom: solid 1px #ebebeb;
}
#product .content {
  background: #f4f8fc;
  padding: 0 20px;
}
#product .content:before,
#product .content:after {
  content: ' ';
  display: table;
}
#product .content:after {
  clear: both;
}
#product .list-wrapper {
  margin-top: 20px;
  margin-left: -20px;
}
#product .list-wrapper:before,
#product .list-wrapper:after {
  content: ' ';
  display: table;
}
#product .list-wrapper:after {
  clear: both;
}
#product .list-box {
  float: left;
  width: 25%;
  margin-bottom: 20px;
  padding-left: 20px;
}
#product .list {
  border: solid 1px #ebebeb;
  background: #fff;
  font-size: 16px;
  text-align: center;
  color: #333;
}
#product .list:hover {
  border-color: #0267b9;
  -webkit-transform: translate3d(0, -2px, 0);
          transform: translate3d(0, -2px, 0);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#product .list .pic {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}
#product .list .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#product .list .model {
  margin-top: 15px;
}
#product .list .title {
  margin-bottom: 20px;
}
#news .news1 {
  width: 50%;
  padding-right: 20px;
}
#news .news2 {
  width: 50%;
  padding-left: 20px;
}
#news .head {
  border-bottom: solid 1px #ebebeb;
  height: 80px;
  line-height: 80px;
}
#news ul li a {
  display: block;
  height: 54px;
  font-size: 15px;
  line-height: 54px;
  border-bottom: dotted 1px #ebebeb;
  color: #222;
}
#news ul li a:before {
  display: block;
  content: '';
  float: left;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #999;
  margin: 25px 10px 0 7px;
}
#news ul li a .title {
  float: left;
  width: 450px;
}
#news ul li a .date {
  float: right;
  color: #727272;
}
#news ul li a:hover {
  color: #0267b9;
}
#news ul li:last-child a {
  border: none;
}
#about .head {
  border-bottom: solid 1px #ebebeb;
  height: 80px;
  line-height: 80px;
}
#about .content {
  border: solid 1px #ebebeb;
  margin-top: -1px;
  padding: 20px;
  position: relative;
}
#about .content .text {
  float: right;
  width: 840px;
  line-height: 1.8;
}
#about .content .more {
  position: absolute;
  color: #00479d;
  bottom: 20px;
  right: 30px;
}
.aside {
  width: 255px;
  float: left;
}
.aside .head {
  font-size: 18px;
  background: #0267b9;
  color: #fff;
  height: 45px;
  line-height: 45px;
  text-align: center;
}
.aside .head .en {
  text-transform: uppercase;
  font-size: 14px;
}
.aside .part1 {
  border: solid 2px #cacaca;
}
.aside .part2 {
  border: solid 2px #cacaca;
}
.aside .content ul {
  padding: 15px;
}
.aside .content ul li a {
  position: relative;
  padding-left: 40px;
  display: block;
  height: 32px;
  text-align: left;
  line-height: 32px;
  border-bottom: dotted 1px #d8d6d7;
}
.aside .content ul li a i {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -6px;
  display: block;
  border-radius: 100%;
  float: left;
  width: 12px;
  height: 12px;
  border: solid 2px #0267b9;
}
.aside .content ul li:hover a {
  background: #0267b9;
  color: #fff;
}
.aside .content ul li:hover a i {
  border-color: #fff;
}
.aside .content ul .active a {
  background: #0267b9;
  color: #fff;
}
.aside .content ul .active a i {
  border-color: #fff;
}
.aside .content .desc {
  padding: 30px 15px;
}
.aside .content .desc h3 {
  color: #000;
  font-size: 18px;
}
.aside .content .desc .info {
  margin-top: 15px;
  line-height: 2;
}
.section {
  margin-left: 282px;
}
.section .section-main {
  float: left;
  width: 100%;
  border: solid 2px #cacaca;
}
.section .head {
  height: 45px;
  line-height: 45px;
  background: #0267b9;
  color: #fff;
  padding: 0 20px;
}
.section .head .title {
  font-size: 18px;
  padding: 5px;
}
.section .head .en {
  text-transform: uppercase;
}
.section .head .r span {
  margin: 0 4px;
}
.section .head .more {
  text-transform: uppercase;
  font-size: 12px;
  color: #616161;
}
.section .head .more i {
  display: block;
  float: right;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  margin-top: 4px;
  margin-left: 5px;
  background-image: url("../images/common/more.png");
}
.section .content {
  padding: 20px 25px;
}
.page-product {
  margin: 40px 0;
}
.page-product .section .list-wrapper {
  margin-top: 20px;
  margin-left: -20px;
}
.page-product .section .list-wrapper:before,
.page-product .section .list-wrapper:after {
  content: ' ';
  display: table;
}
.page-product .section .list-wrapper:after {
  clear: both;
}
.page-product .section .list-box {
  float: left;
  width: 33.333333333333336%;
  margin-bottom: 20px;
  padding-left: 20px;
}
.page-product .section .list {
  border: solid 1px #ebebeb;
  background: #fff;
  font-size: 16px;
  text-align: center;
  color: #333;
}
.page-product .section .list:hover {
  border-color: #0267b9;
  -webkit-transform: translate3d(0, -2px, 0);
          transform: translate3d(0, -2px, 0);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.page-product .section .list .pic {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.page-product .section .list .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-product .section .list .model {
  margin-top: 15px;
}
.page-product .section .list .title {
  margin-bottom: 20px;
}
.page-about {
  margin: 40px 0;
}
.page-news {
  margin: 40px 0;
}
.page-news .news-list-box {
  margin-bottom: 25px;
}
.page-news .news-list:hover .pic img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-news .news-list .pic {
  width: 200px;
  height: 140px;
  overflow: hidden;
  position: relative;
}
.page-news .news-list .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-news .news-list .text {
  margin-left: 215px;
}
.page-news .news-list .text .title {
  font-size: 16px;
  color: #018997;
}
.page-news .news-list .text .title a {
  color: #018997;
}
.page-news .news-list .text .desc {
  color: #0b0b0b;
  margin-top: 10px;
  font-size: 12px;
  height: 78px;
  width: 100%;
  line-height: 26px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.page-news .news-list .text .more {
  font-size: 12px;
  color: #d16c00;
  display: block;
  margin-top: 10px;
  font-weight: 700;
}
.page-message {
  margin: 40px 0;
}
.page-message form label {
  float: left;
  width: 60px;
  height: 32px;
  line-height: 32px;
  text-align: right;
  margin-right: 20px;
}
.page-message form .field-ctl {
  margin-bottom: 15px;
}
.page-message form .input-ctl {
  height: 32px;
  border-radius: 5px;
  line-height: 32px;
  width: 100%;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
          box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  text-indent: 15px;
  width: 300px;
}
.page-message form .input-ctl:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #249cfd;
          box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #249cfd;
}
.page-message form #feedback {
  height: 120px;
  width: 100%;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
          box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  width: 400px;
  border-radius: 5px;
  text-indent: 15px;
}
.page-message form #feedback:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #249cfd;
          box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #249cfd;
}
.page-message form .btn {
  display: inline-block;
  width: 160px;
  height: 34px;
  margin-left: 80px;
  line-height: 34px;
  text-align: center;
  background: #0267b9;
  color: #fff;
}
.page-contact {
  margin: 40px 0;
}
.page-contact .map {
  width: 100%;
  height: 250px;
  margin-bottom: 15px;
}

/*# sourceMappingURL=common.css.map */
